home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / Goodies / For TheDebugger / TheDebugger Support for MacApp next >
Encoding:
Text File  |  1995-11-08  |  1.0 KB  |  14 lines  |  [ttro/ttxt]

  1. The Debugger Support for MacApp
  2.  
  3. This folder contains a script for use in Steve Jasik’s The Debugger called ‘TList_Redef’.  This script makes it possible to use The Debugger’s object inspector on TList instances.  It also includes a menu item for displaying the Target Chain.
  4.  
  5. Employing the TList_Redef script is simple: either use it as the basis of your application’s .dsi file or have your .dsi open and process the TList_Redef script.  To open the TList_Redef file from within your own .dsi include the following in your script:
  6.  
  7.     =Open
  8.     myDisk:aFolderOrTwo:TList_Redef,execute,close
  9.  
  10. This .dsi script command will open TList_Redef, execute it as a script, and then close TList_Redef.  You can, of course, use a relative path in the file specification.  Don’t put any spaces in this line.
  11.  
  12. For more information please contact Steve Jasik at macnosy@jasik.com.  
  13.  
  14. And if you have any favorite The Debugger scripts please send them to the MacApp team at macapp.test@applelink.apple.com (and a copy to macnosy@jasik.com) so that we can share them with the world!